Package edu.uky.ai.csp
Class Sudoku
java.lang.Object
edu.uky.ai.csp.kr.Problem
edu.uky.ai.csp.Sudoku
public class Sudoku extends Problem
Models a Sudoku puzzle as a constraint satisfaction problem.
- Author:
- Stephen G. Ware
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Sudoku(java.lang.String initial)Constructs a specific puzzle from a string representation. -
Method Summary
-
Constructor Details
-
Sudoku
public Sudoku(java.lang.String initial)Constructs a specific puzzle from a string representation.- Parameters:
initial- the string describing the initial state of the puzzle
-
-
Method Details